Lender Price API
In This Topic
    Setting Dynamic Properties
    In This Topic

    Clients can set their own properties dynamically using the dynamicPropertiesMap field in miSearchCriteria. See dynamicPropertiesMap for more information.

    The client does this by adding custom JSON in the Lender Price UI. This custom JSON is used to map the client's custom data to the Lender Price API.

    This feature is useful if the client wants to create custom fields. For example, if a client wants to create a custom field for citizenship, they need to pass the fieldId, the name which the field is recognized by, and the value.

     

    Example:

    "dynamicPropertiesMap": {

    "Citizenship": {

    "fieldId": "Citizenship",

    "value": "US Citizen"

    }

    }